home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / povray / povshell.arj / NO_SHADO.TPL < prev    next >
Encoding:
Text File  |  1994-01-18  |  552 b   |  20 lines

  1. //No_shadow.tpl
  2.  
  3. /*
  4. You may specify the no_shadow keyword in object and that object will not
  5. cast a shadow.  This is useful for special effects and for creating the
  6. illusion that a light source actually is visible.  This keyword was
  7. necessary in earlier versions of POV-Ray which did not have the
  8. "looks_like" statement.  Now it is useful for creating things like laser
  9. beams or other unreal effects.
  10.  
  11. Simply attach the keyword as follows:
  12.  
  13.         object {
  14.           My_Thing
  15.           no_shadow
  16.         }
  17.   */
  18.  
  19.           no_shadow
  20.